home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Leser 15
/
Amiga Plus Leser CD 15.iso
/
Tools
/
Development
/
yacas_alg
/
yacas_morphos
/
share
/
yacas
/
constants.rep
/
code.ys
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-03-13
|
240 b
|
14 lines
/* Definition of constants. */
/* TODO:
* There is a problem with defining I this way: if I is used, but the
* file "complex" has not been loaded, the interpreter can not deal
* with "Complex".
*/
I := Complex(0,1);
LazyGlobal(I);